Skip to content

New mm reboot#1

Open
jmarrec wants to merge 5 commits intonew-mm-rebasefrom
new-mm-reboot
Open

New mm reboot#1
jmarrec wants to merge 5 commits intonew-mm-rebasefrom
new-mm-reboot

Conversation

@jmarrec
Copy link
Owner

@jmarrec jmarrec commented Nov 14, 2024

This PR just shows what I actually changed

Comment on lines -62 to -70
sleep(milliseconds) {
var start = new Date().getTime();
for (var i = 0; i < 1e7; i++) {
if ((new Date().getTime() - start) > milliseconds){
break;
}
}
}

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused

vm.$log.info('Measure Manager port: ', vm.port);

vm.$log.info('Start Measure Manager Server: ', vm.cliPath, 'labs measure -s ', vm.port);
let the_cmd = vm.cliPath + ' labs';
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused

vm.$log.info('Start Measure Manager Server: ', vm.cliPath, 'labs measure -s ', vm.port);
let the_cmd = vm.cliPath + ' labs';
vm.cli = vm.spawn(vm.cliPath, ['labs', 'measure', '-s', vm.port], { cwd: '.', stdio : 'pipe' });
vm.$log.info('Start Measure Manager Server: ', vm.cliPath, 'measure -s ', vm.port);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C++ CLI is default now

Comment on lines +95 to +96
if ((str.indexOf('Accepting requests on:') !== -1) ||
(str.indexOf('MeasureManager Ready') !== -1)) {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feebdack saying it's running is limited to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant